home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / swagd_f.zip / DOS.SWG / 0003_Warm and Cold Boot.pas < prev    next >
Pascal/Delphi Source File  |  1993-05-28  |  531b  |  19 lines

  1. Procedure Warm_Boot;
  2.  Begin
  3.   Inline($BB/$00/$01/$B8/$40/$00/$8E/$D8/
  4.          $89/$1E/$72/$00/$EA/$00/$00/$FF/$FF);
  5.  End;
  6.  
  7. Procedure Cold_Boot;
  8.  Begin
  9.   Inline($BB/$38/$12/$B8/$40/$00/$8E/$D8/
  10.          $89/$1E/$72/$00/$EA/$00/$00/$FF/$FF);
  11.  End;
  12.  
  13. I saw that you were posting reboot procedures...I didn't catch what it was for
  14. though, but maybe these will help.
  15.  
  16.  
  17. --- XANADU (1:124/7007)
  18.  * Origin: * XANADU * Grand Prairie, TX * (1:124/7007)
  19.